home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 February / PC Shareware 1997-02.iso / programy / e! / api / ewapi.su_ / ewapi.SUP
Encoding:
Text File  |  1995-03-05  |  1.1 KB  |  34 lines

  1.  
  2. This  file  contains  additions  or modifications made to the original
  3. EW  API  documentation distributed to the registered users of previous
  4. versions.  New    users  will  receive  an updated documentation. So, if
  5. you  don't  already  have  a  copy of the API documentation, you don't
  6. need to keep this file on your disk.
  7.  
  8. *********************************************************************
  9.     E! for Windows API 2.0 ADDITIONAL INFORMATION AND CORRECTIONS
  10. *********************************************************************
  11.  
  12.     ** The documentation is currently up-to-date **
  13.  
  14. Remember: The API documentation is distributed only to registered users.
  15.  
  16. E! 2.02
  17. *******
  18.  
  19. The following function has been added to the API:
  20.  
  21. _______________________________________________________________________________
  22. function  EWGetPrjName(PrjName : PChar) : integer;
  23. int FAR PASCAL EWGetPrjName(char FAR* PrjName);
  24.  
  25. Copy to PrjName (which must have enough space - typically _MAX_PATH or 128 chars)
  26. the full pathname of the current Project file.
  27.  
  28. Return Value:
  29.  
  30. The function returns 0 in case of success and -1 if no Project file could be
  31. found.
  32.  
  33.  
  34.